html {
	overflow: hidden;
}

body {
	overflow         : hidden;
	background-color : black;
	font-family      : BaskervilleURWNar-Reg;
	color            : #444;
}

p {
	color          : #666;
	font-family    : "HelveticaNeue-Light", helvetica;
	font-size      : 12px;
	letter-spacing : 0.1em;
	line-height    : 1.8em;
}

a {
	color           : #808080;
	font-size       : 14px;
	text-decoration : none;
}

body.page {
	background-color : white;
	overflow-y       : auto;
}

#slideList li {
}

#slideBox	{
	position: relative;
}

.slideImg {
	position : absolute;
	display  : none;
}

#menu {
	background   : white;
	position     : absolute;
	bottom       : 0;
	height       : 161px;
	width        : 100%;
	z-index      : 100;
	opacity      : 0.97;
	-moz-opacity : 0.97;
	filter       : alpha(opacity = 97);
}

#logo {
	position : absolute;
	top      : 89px;
	left     : 21px;
}

#message {
	position : absolute;
	top      : 115px;
	left     : 386px;
}

#linkPrevSite {
	position : absolute;
	top      : 113px;
	right    : 34px;
}

#linkPrevSite:hover {
	opacity      : 0.3;
	-moz-opacity : 0.3;
	filter       : alpha(opacity = 3);
}

/* page */
.paddingInner {
	padding-left : 124px;

}

#mainCnt	{
	background: white;
	opacity      : 0.9;
	-moz-opacity : 0.9;
	filter       : alpha(opacity = 9);
	padding-bottom: 50px;
}

#addCnt {
	margin-top:500px;
	background: white;
	
	padding-top: 50px;
	padding-bottom:100px;
}

body.page #menu {
	top : 0;
}

#content {
	margin-top : 161px;
}

.cntName {
	font-size   : 31px;
	margin-left : 0px;

}

.cntName .exhibitionName	{
	font-family:BaskervilleURWNar-RegObl;

}

.cntDetail	{
	position : absolute;
	z-index: 1;
	width: 100%;
}

.headTitle #back {
	display     : block;
	padding-top : 27px;
}

h2 {
	font-size   : 16px;
	padding-top : 25px;
	margin      : 0px 0 25px 0px;
}

#backPhoto	{
	position: absolute;
	z-index: 0;
}


#addCnt	h3	{
	margin: 0px 0 20px 0;
	padding-top: 50px;

}

/* artist_list */


#artistList	{
	margin-bottom:200px;
}

#artistList	li {
	background    : #f2f2f2;
	height        : 83px;
	margin-bottom : 19px;
}

#artistList img.thumb {
	margin-left : 124px;
	float       : left;
}

#artistList li a {
	text-decoration : none;
	color           : black;
	display         : block;
}

#artistList li span {
	display     : block;
	float       : left;
	margin-left : 30px;
	margin-top  : 36px;
}




/* artist */


.paddingInner p {
	width : 550px;
}

#artistDetail .cntName {
	margin-top: 70px;
	margin-bottom:30px;
}

#content .headTitle h2 {
	float        : left;
	margin-right : 30px;
}

#pastExList {
	margin-top : 260px;
	padding-bottom : 245px;
}

#pastExList h3 {
	margin-bottom : 30px;
	margin-left   : 124px;
}

#pastExList li {
	height        : 106px;
	background    : #f5f5f5;
	margin-bottom : 11px;
	font-family      : BaskervilleURWNar-RegObl;
}

.exListName {
	color:#242424;
	font-size:21px;
	display: block;
	margin:0px 0 10px 124px;
	padding-top:10px;
}

.exListDate	{
	display: block;
	margin-left: 124px;
}


/* exhibition */

 .exhibitionDate	{
	font-size:14px;
	color: #212121;
	font-family      : BaskervilleURWNar-RegObl;
	margin-top:10px;
}

.exhibitionPlace	{
	font-size:14px;
	color: #8f8f8f;
	font-family      : BaskervilleURWNar-RegObl;
	margin-top:20px;
	padding-bottom: 10px;
}

#exhibitionArchive 	{
	position: absolute;
}

#exhibitionArchive .cntName	{
	margin-top:45px;
}

#current {
	background:white;
	padding-bottom:30px;
	position: relative;
	top:0;
}

#forthcomming {
	background:white;
	padding-top:110px;
	margin-top:100px;
}

#past	{
	background:white;
	padding-top:100px;
}

#past #pastExList	{
	margin-top:45px;
}

/* news */

#newsArchive h2		{
	margin-bottom: 70px;
}

#newsTbl th, #newsTbl td {
	padding-bottom: 60px;
}

#newsTbl	th {
	width:115px;
	text-align: left;
}



#newsTbl td h3	{
	font-size:17px;
	margin-bottom:10px;
}

#newsTbl td p {
	font-size: 12px;
}

#newsArchive .wp-pagenavi	{
	font-size:18px;
	font-family      : BaskervilleURWNar-RegObl;
	margin :30px 0 60px 0;
	overflow: auto;
}

#newsArchive .wp-pagenavi a {
	font-size:18px;
}

#newsArchive .wp-pagenavi a,
#newsArchive .wp-pagenavi span {
	display: block;
	margin-right: 35px;
	float: left;

}

/* gallery */
#galleryContents 	{
	margin-bottom:100px;
}

#galleryContents .left	{
	float: left;
	width:375px;
}

#galleryContents .right	{
	float: left;
}


#galleryContents h3	{
	margin-top: 70px;
	margin-bottom:20px;
}

/* footer */

body.top #footer {
	display : none;
}

#footer {
	height     : 141px;
	background : url(../img/common/footerBack.png) repeat-x left top;
	width      : 100%;
	position: relative;
	z-index: 2;
}

#footerInner	{
	float: right;
	margin-right: 35px;
}

#footerLink	{
	margin-top:30px;
}

#footerCopy	{
	float: right;
	margin-top:30px;
}


#footerLink li	{
	color:#666;
	font-size:15px;
	float: left;
	margin-left: 35px;
}

